use the right type for "subparser_data" and remove the (gpointer*) cast.
authorMichael Natterer <mitch@imendio.com>
Wed, 30 Jan 2008 15:06:06 +0000 (15:06 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Wed, 30 Jan 2008 15:06:06 +0000 (15:06 +0000)
commit63af2cd04130783a4e37ffe1599ee1c5ecef77a9
treed2f63df124f1f3ef0e64ec75698008d97717c243
parent8a1723bcccf32acb6659df620c157679af26dfde
use the right type for "subparser_data" and remove the (gpointer*) cast.

2008-01-30  Michael Natterer  <mitch@imendio.com>

* gtk/gtkbuilderparser.c (parse_custom): use the right type for
"subparser_data" and remove the (gpointer*) cast. Fixes bogus
aliasing warning.

* gtk/updateiconcache.c (add_string): cast const gchar* to
gpointer when inserting in a GHashTable.

* tests/testcalendar.c (calendar_detail_cb): remove const from
return value since it's a newly allocated string.

(calendar_update_details): free the detail.

svn path=/trunk/; revision=19431
ChangeLog
gtk/gtkbuilderparser.c
gtk/updateiconcache.c
tests/testcalendar.c